Home
last modified time | relevance | path

Searched hist:c6a9a9f5 (Results 1 – 1 of 1) sorted by relevance

/qemu/
H A Dqemu.saslc6a9a9f5 Wed Mar 15 11:53:22 GMT 2017 Daniel P. Berrange <berrange@redhat.com> Default to GSSAPI (Kerberos) instead of DIGEST-MD5 for SASL

RFC 6331 documents a number of serious security weaknesses in
the SASL DIGEST-MD5 mechanism. As such, QEMU should not be
using or recommending it as a default mechanism for VNC auth
with SASL.

GSSAPI (Kerberos) is the only other viable SASL mechanism that
can provide secure session encryption so enable that by defalt
as the replacement. If users have TLS enabled for VNC, they can
optionally decide to use SCRAM-SHA-1 instead of GSSAPI, allowing
plain username and password auth.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>